@charset "utf-8";
/*公共样式*/
div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,blockquote,p,body{
	padding:0;
	margin:0;
}
ul,li{
	 list-style:none;
}
img{
	border:0 none;
}
input,textarea {
	outline: none;
}
a{ 
	text-decoration:none;
	color:#666;
	transition: all 0.3s;
	-moz-transition: all 0.3s; 
	-webkit-transition: all 0.3s; 
	-o-transition: all 0.3s;
}
a:hover{
	text-decoration: none;
}
body{
	font-size:16px;
	font-family:"微软雅黑";
	color:#666;
	line-height:30px;
	overflow-x: hidden;
}
@media only screen and (max-width:991px ) {
	body{
		font-size:14px;
		line-height:24px;
	}
}
@media only screen and (min-width:1400px ) {
	.container {
		width: 1280px;
	}
}
.fl{
	float:left;
	display:inline;
}
.fr{
	float:right;
	display:inline;
}
.clear{
	clear:both;
}
.bg_none{
	background:none !important;	
}
.bd_none{
	border:none !important;	
}
html,body{
      -webkit-text-size-adjust:none;
}
/*头部*/
.header-top {
	height: 50px;
	background-color: #004ABA;
	color: #fff;
	font-size: 14px;
}
.header-top .container {
	line-height: 50px;
	width: 100%;
	max-width: 1630px;
	margin: 0 auto;
	padding: 0 15px;
}
.header-top .fl span {
	margin-right: 35px;
}
.header-top .fr span {
	margin-left: 35px;
}
.header-top .fr span em {
	margin: 0 2px 0 4px;
	font-style: normal;
}
.header-top a {
	color: #fff;
}
@media only screen and (max-width:991px ) {
	.header-top {
		display: none;
	}
}
header{	
	position: relative;
	z-index: 30;
	height: 100px;
	width: 100%;
	background: #fff;
	box-shadow: 0 0 10px rgba(0,0,0,.3);
}
header .container {
	height: 100px;
	position: relative;
	padding: 0 15px;
	max-width: 1630px;
	width: 100%;
	margin: 0 auto;
}
.container {
	padding: 0;
}
.logo{
	margin: 20px 0 0 0;
	float: left;
}
.logo img{
	display: block;
}
.nav {
	float: right;
	height: 100px;
}
.nav>li{
	float: left;
	position: relative;
	margin-left: 24px;
}
.nav>li:first-child {
	margin-left: none;
}
.nav>li>a{
	display: block;
	width: 100px;
	height: 100px;
	line-height: 100px;
	text-align: center;
	font-size: 16px;
	color:#333;
	padding: 0;
	transition: border 0s;
}
.nav>li:hover>a,
.nav>li:focus>a{
	border-bottom: 4px solid #004ABA;
	color: #004aba;
	background: none;
}
.nav>li.active>a{
	border-bottom: 4px solid #004ABA;
	color: #004aba;
	background: none;
}
.nav-dl {
	display: none;
	position: absolute;
	left: 0;
	top: 100px;
	width: 100%;
	padding: 10px 0;
	text-align: center;
	background: #fff;
	box-shadow: 0 3px 3px rgba(0,0,0,.15);
	z-index: 100;
}
.nav-dl dd a{
	height: 35px;
	line-height: 35px;
	font-size: 16px;
	color: #333;
	display: block;
	padding: 0 10px;
}
.nav-dl dd a:hover {
	color: #004aba;
}
.products-dl {
	width: 180px;
	text-align: left;
}
@media only screen and (max-width:1600px ) {
	.nav>li {
		margin-left: 0;
	}
}
@media only screen and (max-width:1420px ) {
	.logo {
		width: 450px;
		margin-top: 28px;
	}
	.logo img {
		width: 450px;
	}
}
@media only screen and (max-width:1300px ) {
	.nav>li>a {
		width: 80px;
		font-size: 15px;
	}
	.nav-dl dd a {
		font-size: 15px;
	}
}


#navToggle{
	display: none;
	overflow: hidden;
	position: absolute;
	cursor: pointer;
	box-sizing: border-box;
	width: 70px;
	height: 70px;
	padding: 15px;
	background: none;
	padding: 0;
	right: 0px;
	top: 0px;
	z-index: 999;
	-moz-transition: -moz-transform 0.3s;
	-o-transition: -o-transform 0.3s;
	-webkit-transition: -webkit-transform 0.3s;
	transition: transform 0.3s;	
}
#navToggle::before {
    margin-top: -7px;
}
#navToggle::after {
    margin-top: 7px;
}
#navToggle span,
#navToggle::after,
#navToggle::before {
    height: 2px;
    width: 22px;
    top: 50%;
    left: 50%;
    margin-left: -11px;
    background: #000;
    position: absolute;
    display: block;
    content: '';
    text-indent: -9999px;
    transition: all 300ms ease-in-out;
}
#navToggle.show span {
    opacity: 0;
}
#navToggle span, #navToggle::after, #navToggle::before {
    height: 3px;
    width: 22px;
    top: 50%;
    left: 50%;
    margin-left: -11px;
    background: #333;
    position: absolute;
    display: block;
    content: '';
    text-indent: -9999px;
    transition: all 300ms ease-in-out;
}
#navToggle.show::before {
    margin-top: 0;
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
#navToggle.show::after {
    margin-top: 0;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.mask{
    height: 100vh;
    width: 100vw;
    background-color: rgba(0, 0, 0, 0.6);
    position: fixed;
    z-index: 900;
    left: 0;
    top: 0;
	display:none;
}
#mobileMenu {
    position: fixed;
    right: -250px;
    top: 0;
    margin: 0;
    width: 250px;
    height: 100vh;
    background-color: #fff;
    -webkit-overflow-scrolling: touch;
    overflow-y: auto;
    -moz-transform: translateZ(0);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    z-index: 1110;
    background: #fff;
}
#mobileMenu .hello {
    height: 70px;
    background-color: #fff;
    border-bottom: 1px solid #F0F0F0;
	padding-left: 25px;
	position: relative;
	padding-top: 8px;
}
#mobileMenu .hello h3{
	font-size: 20px;
	color: #000;
	font-weight: bold;
	line-height: 54px;
}
#mobileMenu .hello .cha{
	cursor: pointer;
	height: 40px;
	width: 40px;
	position: absolute;
	right: 15px;
	top: 15px;
	background: url(../images/cha.png) no-repeat;
}
#mobileMenu .menu li>a {
    display: block;
    font-size: 14px;
    padding-left: 25px;
    color: #666;
    line-height: 45px;
    border-bottom: 1px solid #E6E6E6;
    position: relative;
}
#mobileMenu .menu li.sub>a::after {
	content: "";
	display: block;
	background: url(../images/arrow_icon.png) no-repeat;
	width: 16px;
	height: 9px;
	position: absolute;
	right: 25px;
	top: 18px;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.sub-dl {
	display: none;
}
.sub-dl dd a {
	height: 40px;
	line-height: 40px;
	padding-left: 40px;
	font-size: 14px;
	color: #666;
	background: #f9f9f9;
	display: block;
}
#mobileMenu .menu li.active>a {
	background-color: #014BBA;
    text-decoration: none;
    color:#fff;
}
#mobileMenu .menu li.on>a {
	background-color: #014BBA;
	color: #fff;
}
#mobileMenu .menu li.on>a::after {
	transform: rotate(180deg);
}
.mobile_search{
	border-bottom: 1px solid #e6e6e6;
}
#mobileMenu .menu li.login-li>a::after {
	display: none;
}

#mobileMenu.show {
    -webkit-transform: translateX(-250px);
    transform: translateX(-250px);
}
#page.show {
    /*-webkit-transform: translateX(200px);
    transform: translateX(200px);*/
    width: 100vw;
    height: 100vh;
}
#page {
    transition: all 0.3s ease-out;
    overflow: hidden;
}
.show {
    display: block !important;
}
html.show, body.show {
    overflow: hidden;
    height: 100vh;
    width: 100%;
    position: fixed;
    -webkit-overflow-scrolling: auto;
    -webkit-transform: translateZ(0px);
}

@media only screen and (max-width:1199px ) {
	header{
		height: 70px;
	}
	.search-icon {
		display: none;
	}
	header .nav{
		display: none;
	}
	#navToggle{
		display: block;
	}
	header .container {
		width: 100%;
		padding: 0 15px;
		height: 70px;
	}
	.header-icon {
		display: none;
	}
	.logo {
		margin-top: 18px;
		height: 34px;
		width: auto;
	}
	.logo img {
		height: 34px;
		width: auto;
	}
	.container {
		padding: 0 15px;
	}
}
@media only screen and (max-width:450px ) {
	.logo {
	    margin-top: 23px;
	    height: 24px;
	}
	.logo img {
		height: 24px;
	}
	header .container {
		padding: 0 10px;
	}
}

/*banner*/
#banner .swiper-pagination-bullet {
	height: 14px;
	width: 14px;
	background: #eaeaea;
	opacity: 1;
}
#banner .swiper-pagination-bullet-active {
	background: #014BBA;
}
#banner .swiper-slide img {
    width: 100%;
    display: block;
    min-height: 200px;
}
#banner .swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 8px;
}
@media only screen and (max-width:991px ) {
	#banner {
		margin-top: 0;
	}	
}

/*关于我们*/
.about {
	margin: 70px auto 80px;
}
.index-title {
	text-align: center;
	margin-bottom: 50px;
}
.index-title h3 {
	line-height: 65px;
	font-size: 48px;
	color: #004aba;
	font-weight: bold;
}
.index-title h4 {
	line-height: 30px;
	position: relative;
	font-size: 0;
	background: url(../images/title_line.png) no-repeat center top;
	padding-top: 7px;
}
.index-title h4 span {
	font-size: 16px;
	color: #666;
	padding: 0 15px;
	display: inline-block;
	position: relative;
}
.about-content {
	overflow: hidden;
}
.about-img {
	float: left;
	width: -webkit-calc(50% - 28px);
	width: -moz-calc(50% - 28px);
	width: calc(50% - 28px);
	height: 462px;
	position: relative;
	overflow: hidden;
}
.about-img img {
	display: block;
	height: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}
.about-right {
	float: right;
	width: 50%;
	padding-top: 20px;
}
.about-right>h4 {
	font-size: 24px;
	color: #333;
	font-weight: bold;
	line-height: 40px;
	margin-bottom: 20px;
}
.about-nr {
	font-size: 16px;
	color: #666;
	line-height: 28px;
	overflow: hidden;
}
.about-menu {
	overflow: hidden;
	width: calc(100% + 28px);
	margin-top: 20px;
}
.about-menu li {
	float: left;
	width: 33.33%;
	padding-right: 28px;
}
.about-menu li a {
	display: block;
	width: 100%;
	height: 124px;;
	text-align: center;
	padding: 25px 5px 0;
	color: #fff;
	background: #004ABA;
}
.about-menu li a h4 {
	line-height: 50px;
	color: #fff;
	font-size: 44px;
	font-weight: bold;
}
.about-menu li a p {
	line-height: 30px;
	font-size: 16px;
}
.about-menu li a:hover {
	background: #FF0000;
}
@media only screen and (max-width:1199px ) {
	.about-menu {
		width: calc(100% + 10px);
	}
	.about-menu li {
		padding-right: 10px;
	}
	.about-right {
		padding-top: 0;
	}
	.about-menu li a {
		padding: 15px 5px 0;
	}
}
@media only screen and (max-width:991px ) {
	.about {
		margin: 45px auto;
	}
	.index-title {
		margin-bottom: 30px;
	}
	.index-title h3 {
		line-height: 50px;
		font-size: 28px;
	}
	.about-img {
		width: 100%;
		max-width: 570px;
		float: none;
		margin: 0 auto 20px;
		height: auto;
	}
	.about-img img {
		position: relative;
		width: 100%;
		left: 0;
		top: 0;
		transform: none;
		height: auto;
	}
	.about-right>h4 {
		margin-bottom: 10px;
	}
	.about-right {
		width: 100%;
		max-width: 570px;
		float: none;
		margin: 0 auto;
	}
	.about-nr {
		height: auto;
	}
	.about-menu {
		margin-top: 20px;
	}
}
@media only screen and (max-width:767px ) {
	.about {
		margin: 30px auto;
	}
	.index-title {
		margin-bottom: 15px;
	}
	.index-title h3 {
		line-height: 40px;
		font-size: 22px;
	}
	.index-title h4 span {
		max-width: 280px;
		line-height: 24px;
	}
	.about-nr {
		font-size: 14px;
	}
}
@media only screen and (max-width:520px ) {
	.about-menu li {
		width: 100%;
		float: none;
		margin: 0;
		margin-bottom: 10px;
		
	}
	.about-menu li a {
		height: auto;
		display: block;
		width: 100%;
		max-width: none;
		padding: 10px;
		line-height: 35px;
		font-size: 14px;
		color: #000;
		text-align: center;
		margin: 0 auto;
	}
	.about-menu li a h4 {
		font-size: 30px;
		line-height: 40px;
	}
	.about-menu li a p {
		color: #fff;
	}
}


/*产品中心*/
.product-wrap {
	width: 100%;
	background: #f1f1f1;
	padding: 60px 0 70px;
}
.product .index-title h4 span {
	background: #f1f1f1;
}
.pro-scroll .item {
	padding: 0 14px;
}
.pro-scroll .item .pro-list {
	margin-bottom: 28px;
}
.pro-scroll .owl-controls {
	text-align: center;
	margin-top: 15px;
	font-size: 0;
}
.pro-scroll .owl-controls .owl-page {
	display: inline-block;
	height: 16px;
	width: 16px;
	background: #fff;
	margin: 0 8px;
	box-shadow: 0 5px 5px rgba(0,0,0,.15);
}
.pro-scroll .owl-controls .owl-page.active {
	background: #0272DC;
}
@media only screen and (max-width:991px ) {
	.product-wrap {
		padding: 45px 0;
	}
}
@media only screen and (max-width:767px ) {
	.product-wrap {
		padding: 30px 0;
	}
	.pro-name {
		height: 40px;
		line-height: 40px;
	}
	.pro-scroll .owl-controls .owl-page {
		box-shadow: none;
		height: 14px;
		width: 14px;
		background: #fff;
		margin: 0 5px;
	}
	.pro-scroll {
		margin-top: 15px;
	}
	.pro-scroll .item {
		padding: 0 10px;
	}
	.pro-scroll .item .pro-list {
		margin-bottom: 20px;
	}
}

/*新闻中心*/
.index-news {
	margin: 60px auto 70px;
}
.index-news-content {
	overflow: hidden;
}
.index-news-img {
	float: left;
	width: -webkit-calc(50% - 26px);
	width: -moz-calc(50% - 26px);
	width: calc(50% - 26px);
	overflow: hidden;
	position: relative;
}
.index-news-img>a {
	display: block;
	position: relative;
	width: 100%;
	height: 402px;
}
.index-news-img img{
	display: block;
	position: absolute;
	left: 50%;
	top: 0;
	height: 100%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}
.index-news-right {
	float: right;
	width: 50%;
}

@media only screen and (max-width:991px ) {
	.index-news {
		margin: 45px auto;
	}
	.index-news-img>a {
		height: auto;
	}
	.index-news-img>a img {
		position: relative;
		left: 0;
		-webkit-transform: none;
		-moz-transform: none;
		-ms-transform: none;
		width: 100%;
		height: auto;
		-o-transform: none;
		transform: none;
	}
	.index-news-img {
		height: auto;
		width: 100%;
		max-width: 573px;
		margin: 0 auto 10px;
		float: none;
	}
	.index-news-right {
		max-width: 573px;
		width: 100%;
		margin: 0 auto;
		float: none;
	}
	.news-ul li>p {
		height: 48px;
	}
	.index-news .news-ul li>p {
		max-height: 48px;
	}
}
@media only screen and (max-width:767px ) {
	.index-news {
		margin: 30px auto;
	}
}
/*厂房设备*/
.eq-wrap {
	background: #F7F7F7;
	padding: 60px 0 70px;
}
.eq-scroll .item {
	padding: 0 14px;
}
.eq-a {
	max-width: 408px;
	display: block;
	background: #fff;
	padding: 10px 10px 0;
}
.eq-a img {
	display: block;
	width: 100%;
}
.eq-a p {
	height: 50px;
	line-height: 50px;
	overflow: hidden;
	text-align: center;
	font-size: 16px;
	color: #666666;
}
.eq-a:hover p {
	color: #004aba;
}
@media only screen and (max-width:767px ) {
	.eq-wrap {
		padding: 30px 0;
	}
}
/*底部内容*/
footer {
	background: #313131;
	color: #fff;
}
footer a {
	color: #888;
}
footer a:hover {
	color: #fff;
}
.footer-content {
	overflow: hidden;
	padding: 50px 0 70px;
}
.footer-ul {
	width: 100%;
	overflow: hidden;
}
.footer-ul li {
	width: auto;
	float: left;
	margin-right: 85px;
}
.footer-ul li:last-child {
	float: right;
	margin-right: 0;
}
.footer-ul li:last-child dt {
	text-align: center;
}
.footer-ul li dl dt {
	line-height: 40px;
	font-size: 18px;
	margin-bottom: 6px;
	font-weight: normal;
}
.footer-ul li dl dt a {
	color: #fff;
}
.footer-ul li dl dd {
	line-height: 30px;
	font-size: 14px;
	color: #888;
}

.copyright {
	line-height: 30px;
	padding: 25px 0;
	border-top: 1px solid #888;
	text-align: center;
	color: #888;
}
@media only screen and (max-width:1399px ) {
	.footer-ul li {
		margin-right: 50px;
	}
}
@media only screen and (max-width:1199px ) {
	.footer-ul li {
		margin-right: 30px;
	}
}
@media only screen and (max-width:991px ) {
	.footer-ul li:nth-child(1),
	.footer-ul li:nth-child(2),
	.footer-ul li:nth-child(3) {
		display: none;
	}
	.footer-content {
		padding: 30px 15px;
	}
}
@media only screen and (max-width:767px ) {
	.copyright {
		padding: 10px 0;
	}
	
}
@media only screen and (max-width:630px ) {
	.footer-ul li:nth-child(5) {
		display: none;
	}
	.copyright .fl,
	.copyright .fr {
		width: 100%;
		text-align: center;
		line-height: 24px;
	}
}
@media only screen and (max-width:400px ) {
	.footer-ul li:nth-child(4) {
		display: none;
	}
	.footer-ul li:last-child {
		float: none;
		width: 133px;
		margin: 0 auto;
	}
	.footer-content {
		padding: 15px;
	}
}


/*内页样式*/
.inside-banner{
	width: 100%;
}
.inside-banner img{
	display: block;
	width: 100%;
	min-height: 150px;
}

.main {
	overflow: hidden;
	margin: 70px auto 50px;
}
.main-left {
	float: left;
	width: 260px;
}
.main-right {
	float: right;
	width: -webkit-calc(100% - 300px);
	width: -moz-calc(100% - 300px);
	width: calc(100% - 300px);
}
.left-title {
	height: 130px;
	line-height: 130px;
	text-align: center;
	background: #004ABA;
	position: relative;
}
.left-title>span {
	font-size: 30px;
	color: #fff;
	font-weight: bold;
}
.left-title:after {
	content: "";
	display: block;
	position: absolute;
	left: 9px;
	top: 9px;
	right: 9px;
	bottom: 9px;
	border: 2px solid #fff;
}
.left-ul {
	margin-top: 9px;
}
.left-ul li {
	margin-bottom: 5px;
}
.left-ul li a {
	display: block;
	height: 46px;
	line-height: 46px;
	text-align: center;
	font-size: 16px;
	color: #333;
	background: #eee;
}
.left-ul li a:hover {
	color: #fff;
	background: #f00;
}
.left-ul li.active a {
	color: #fff;
	background: #f00;
}
.left-contact {
	background: #eee;
}
.left-contact-img img {
	display: block;
	width: 100%;
}
.left-contact-content {
	line-height: 25px;
	padding: 10px 15px;
}
.right-title {
	height: 55px;
	border-bottom: 2px solid #eee;
	margin-bottom: 30px;
}
.right-title span {
	margin-bottom: -2px;
	height: 55px;
	line-height: 55px;
	font-size: 24px;
	color: #333;
	border-bottom: 4px solid #004ABA;
	display: block;
	float: left;
}
.crumbs {
	float: right;
	line-height: 55px;
	font-size: 14px;
	color: #666;
}
.crumbs a:hover {
	color: #0272dc;
}
.right-box img{
	width: 100%;
	margin-bottom: 10px;
}
.left-title #navToggle {
	width: 50px;
    height: 50px;
}
.left-title #navToggle span,
.left-title #navToggle::after,
.left-title #navToggle::before {
	background: #fff;
}
@media only screen and (max-width:991px ) {
	.main {
		margin: 45px auto;
	}
	.main-left {
		float: none;
		width: 100%;
		margin-bottom: 10px;
	}
	.main-right {
		float: none;
		width: 100%;
	}
	.left-title {
		height: 50px;
		line-height: 50px;
		padding-left: 15px;
	}
	.left-title:after {
		display: none;
	}
	.left-title span {
		font-size: 22px;
	}
	.left-title img {
		position: relative;
		right: 0;
		bottom: 0;
		top: -3px;
		vertical-align: middle;
		display: inline-block;
		line-height: 50px;
		margin-left: 10px;
	}
	.left-contact {
		display: none;
	}
	.left-ul {
		display: none;
	}
	.left-ul li a {
		height: 40px;
		line-height: 40px;
		font-size: 15px;
		padding: 0 15px;
	}
}
@media only screen and (max-width:991px ) {
	.left-title {
		text-align: left;
	}
	.right-title {
		margin-bottom: 20px;
	}
	.right-title span {
		padding: 0 15px;
		font-size: 20px;
	}
}
@media only screen and (max-width:767px ) {
	.main {
		margin: 30px auto;
	}
	.left-title span {
		font-size: 20px;
	}
}

.pro-ul {
	overflow: hidden;
}
.pro-ul li {
	padding: 0 14px;
	margin-bottom: 28px;
}
.pro-list {
	display: block;
	max-width: 408px;
	margin: 0 auto;
}
.pro-list-img {
	position: relative;
	overflow: hidden;
}
.pro-list-img img {
	display: block;
	width: 100%;
}
.pro-list .pro-name {
	height: 50px;
	line-height: 50px;
	text-align: center;
	overflow: hidden;
	font-size: 16px;
	color: #fff;
	background: #004ABA;
	transition: all .5s;
}
.pro-list:hover .pro-name {
	background: #FF0000;
}

/*新闻*/
.news-ul li {
	overflow: hidden;
	padding: 8px 0;
	border-bottom: 1px dashed #d3d3d3;
}
.news-ul li h3 {
	line-height: 36px;
	height: 36px;
	overflow: hidden;
}
.news-ul li h3 a {
	font-size: 20px;
	color: #000;
}
.news-ul li h3 a:hover {
	color: #004aba;
}
.news-ul li h4 {
	line-height: 28px;
	font-size: 16px;
	color: #666;
}
.news-ul li p {
	max-height: 60px;
	overflow: hidden;
}
.index-news .news-ul li p {
	height: 60px;
}
.news-right {
	height: 60px;
	width: calc(100% - 84px);
	float: right;
}
.index-news-img .news-ul {
	margin-top: 6px;
}
.index-news-right .news-ul {
	margin-top: -15px;
}


.news-title{
	line-height:30px;
	font-size:18px;
	font-weight:bold;
	text-align:center;
	margin-bottom:20px;	
	color:#111;
}
.news-content{
	/*margin: 20px 0px;*/
	min-height: 200px;
}
@media only screen and (max-width:767px ) {
	.news-content img {
		width: 100%;
	}
}
.inside-page{
	width:100%; 
	line-height:30px; 
	text-align:left; 
	margin-top:20px; 
	border-top:solid 1px #CCCCCC;	
	padding-top:5px;
}

@media (max-width: 449px) {
	.col-xss-12{
		width: 100%;
	}
}
.page-box{
	height: 32px;
	text-align: center;
	margin-top: 30px;
	font-size: 0;
}
.page-box a{
	display: inline-block;
	height: 32px;
	border: 1px solid #DFDFDF;
	line-height: 30px;
	padding: 0px 12px;
	color: #333;
	margin:0px 3.5px;
	font-size: 14px;
}
.page-box span{
	display: inline-block;
	height: 32px;
	line-height: 30px;
	padding: 0px 12px;
	margin:0px 3.5px;
	font-size: 14px;
	color:#fff;
	background:#004ABA;
	border: 1px solid #004ABA;
}
.page-box a.on{
	color:#fff;
	background:#004ABA;
	border: 1px solid #004ABA;
}
@media (max-width: 991px) {
	.page-box{
		margin-top: 20px;
	}
}
@media only screen and (max-width:767px ) {
	.page-box{
		height: 25px;
	}
	.page-box a{
		height: 25px;
		line-height: 23px;
		padding: 0px 8px;
	}
	.page-box span{
		height: 25px;
		line-height: 23px;
		padding: 0px 8px;
	}
}
.owl-carousel{
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper{
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
	overflow: hidden; 
	position: relative;
	width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}
	
.owl-carousel .owl-item{
	float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
	cursor: pointer;
}
.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
